const github.com/klauspost/compress/zstd.blockTypeRaw
11 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L23: blockTypeRaw blockType = iota
blockdec.go#L176: case blockTypeRaw:
blockdec.go#L244: case blockTypeRaw:
blockenc.go#L314: bh.setType(blockTypeRaw)
blockenc.go#L327: bh.setType(blockTypeRaw)
blockenc.go#L347: bh.setType(blockTypeRaw)
blockenc.go#L386: bh.setType(blockTypeRaw)
blocktype_string.go#L11: _ = x[blockTypeRaw-0]
decodeheader.go#L232: case blockTypeRaw:
decoder.go#L774: case blockTypeRaw:
encoder.go#L546: blk.setType(blockTypeRaw)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |